Skip to content
On this page

markdown 语法

16秒前

vitepress 自带的语法指南

参考

扩展语法

指定封面图

md
---
coverImg: xxx
---

置顶

md
---
top: true
---

添加 tag

---
tags:
  - 随笔
---

markdown-it-sub

C7H14O2

markdown-it-sup

Friday the 13th

markdown-it-task-lists

  • Homework
  • Procrastinating

数学公式

多行公式块:

行内公式:

公式 是行内。

UML

uml diagram

脚注

这里是一个脚注引用[1],这里是另一个脚注引用[2]

text
这里是一个脚注引用[^1],这里是另一个脚注引用[^bignote]。
[^1]: 第一个脚注定义。
[^bignote]: 脚注定义可使用多段内容。

    缩进对齐的段落包含在这个脚注定义内。

    ```
    可以使用代码块。
    ```

    还有其他行级排版语法,比如**加粗**和[链接](https://b3log.org)。

  1. 第一个脚注定义。 ↩︎

  2. 脚注定义可使用多段内容。 缩进对齐的段落包含在这个脚注定义内。

    text
    可以使用代码块。
    

    还有其他行级排版语法,比如加粗链接↩︎